home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld UK 2005 May
/
MW_UK_2005_05.iso
/
16 iCal utilities
/
MenuCal.sit
/
MenuCal
/
MenuCal.app
/
Contents
/
Resources
/
StatusItemViewCell.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-01-11
|
307 b
|
19 lines
//
// StatusItemViewCell.h
// CalendarClock
//
// Created by Chad Cunningham on 12/22/04.
// Copyright 2004 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface StatusItemViewCell : NSActionCell <NSCopying, NSCoding> {
NSImage* mBackgroundImage;
}
- (void) setup;
@end